


#daohang{width:100%; height:100px; -moz-box-shadow:0 1px 5px #ddd; box-shadow:0 1px 5px #ddd;}
#daohangnr{width:1200px; height:100px; margin:auto;}
#daohanglogo{padding-top:25px; float:left; width:160px;}
#daohanglogo img{ text-align:center;}
#daohangright{ float:right; height:100px; line-height:100px;}

.wrap {width: 960px;margin: 0 auto; height:100px; line-height:100px; float:left;}

/* @group core nav menu */
#nav {margin: 0;padding: 0;list-style: none;font-size:14px;}
#nav li {
	float: left;
	display: block;
	position: relative; font-family:"微软雅黑";
}
#nav li a {
	display: block;
	line-height: 100px;
	text-decoration: none;
	color: #333333; width:120px; text-align:center;font-size: 14px;
}
#nav li a:hover, #nav li a.hov {
	background-color: #EB0028;
	color: #fff; 
}
/* @group subnav */
#nav ul {
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
    background-color: #F8F8F8;
    font-size:12px; text-align:center;
}
#nav ul li {
	width: 120px;
	float: left; 
	border-bottom: 1px solid #fff;
	text-align: center;
}

#nav ul a {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #666;
	color: #797979;
	font-weight: normal;
}
#nav ul a:hover {
	text-decoration: none;
	color: #fff;
}

/** @group clearfix **/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}



